home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Golf Digest's Best Places to Play
/
Golf Digest's Best Places to Play.iso
/
diamond
/
dbrs_ibm.dir
/
00050_Script_JewelerQ2Script
< prev
next >
Wrap
Text File
|
1995-05-15
|
472b
|
17 lines
on enterFrame
cursor 4
repeat with i=1 to 8
puppetsprite i+1, true
puppetsprite i+9, true
set the castNum of sprite i+1 to the number of cast ("JewQ" & i)
set the castNum of sprite i+9 to the number of cast ("JewQLight")
puppetSound "JewQ" & i & "Sound"
updateStage
repeat while soundbusy(1)
nothing
end repeat
set the castNum of sprite i+9 to the number of cast ("JewQLightDown")
end repeat
cursor -1
end